projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326fff4
)
* lisp/vc/vc-hooks.el: Fix typo
author
Oscar Fuentes
<ofv@wanadoo.es>
Sat, 19 Mar 2016 17:56:51 +0000
(18:56 +0100)
committer
Oscar Fuentes
<ofv@wanadoo.es>
Sat, 19 Mar 2016 17:57:43 +0000
(18:57 +0100)
lisp/vc/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-hooks.el
b/lisp/vc/vc-hooks.el
index 0c1718e94cbe65b186cd95bfb2aecdcd02f280c1..c6512e95e491cd604c5be465c594d1512d719ec8 100644
(file)
--- a/
lisp/vc/vc-hooks.el
+++ b/
lisp/vc/vc-hooks.el
@@
-91,7
+91,7
@@
(defface vc-edited-state
'((default :inherit vc-state-base-face))
- "Face for VC modeline state when the file is
up to date
."
+ "Face for VC modeline state when the file is
edited
."
:version "25.1"
:group 'vc-faces)